home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 32 / Mac Magazin and MacEasy Magazine CD - Issue 32.iso / Grafik & Text / OzTeX3.0 / TeX-inputs / LaTeX / graphics / psprint.def < prev    next >
Text File  |  1997-03-07  |  1KB  |  48 lines

  1. %%
  2. %% This is file `psprint.def',
  3. %% generated with the docstrip utility.
  4. %%
  5. %% The original source files were:
  6. %%
  7. %% drivers.dtx  (with options: `psprint,psrules')
  8. %% 
  9. %% drivers.dtx Copyright (C) 1994      David Carlisle Sebastian Rahtz
  10. %%             Copyright (C) 1995 1996 David Carlisle
  11. %%
  12. %% This file is part of the Standard LaTeX `Graphics Bundle'.
  13. %%
  14. %% It should be distributed *unchanged* and together with all other
  15. %% files in the graphics bundle. The file 00readme.txt contains a list
  16. %% of all of these files.
  17. %%
  18. %% A modified version of this file may be distributed, but it should
  19. %% be distributed with a *different* name. Changed files must be
  20. %% distributed *together with a complete and unchanged* distribution
  21. %% of these files.
  22. %%
  23. \ProvidesFile{psprint.def}
  24.         [1996/12/12 v3.0d Driver-dependant file (DPC,SPQR)]
  25. \def\Ginclude@eps#1{%
  26.    \def\@tempa{!}%
  27.    \ifx\Gin@scaley\@tempa
  28.      \let\Gin@scaley\Gin@scalex
  29.    \else
  30.      \ifx\Gin@scalex\@tempa\let\Gin@scalex\Gin@scaley\fi
  31.    \fi
  32.    \ifGin@clip
  33.      \typeout{no clipping support in psprint}%
  34.    \fi
  35.    \special{#1\space
  36.        \Gin@scalex\space \Gin@scaley\space scale
  37.        \Gin@llx\space neg
  38.        \Gin@lly \space neg translate
  39. }%
  40. }
  41. \def\Gin@extensions{.eps,.ps}
  42. \@namedef{Gin@rule@.ps}#1{{eps}{.ps}{#1}}
  43. \@namedef{Gin@rule@.eps}#1{{eps}{.eps}{#1}}
  44. \@namedef{Gin@rule@*}#1{{eps}{\Gin@ext}{#1}}
  45. \endinput
  46. %%
  47. %% End of file `psprint.def'.
  48.